PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocumentFeatures Class / getEnableDocumentJavaScriptBlocks Method
In This Topic
    getEnableDocumentJavaScriptBlocks Method
    In This Topic
    Gets a value indicating whether document javascript code blocks are enabled.
    If document javascript code blocks are not enabled, then the method will return null and new javascript blocks cannot be created.
    Syntax
    public boolean getEnableDocumentJavaScriptBlocks()

    Return Value

    True if the document javascript code blocks are enabled.
    See Also